chore(deps): batch ready dependabot bumps (actions + docs deps + globals)#101
Merged
Conversation
Consolidates the dependabot PRs that are ready today. Applied surgically (per-package bun update, preserving the lockfile) so untouched deps don't float. GitHub Actions (#84-88): checkout v7.0.0, setup-node v7.0.0, cache v6.1.0, paths-filter v4.0.2, action-gh-release v3.0.2. npm: globals 17.7.0 (#95); docs: @astrojs/starlight 0.41.3 (#91), @tailwindcss/vite 4.3.2 (#96), astro 7.0.9 (#92), mermaid 11.16.0 (#90), sharp 0.35.3 (#97), tailwindcss 4.3.2 (#98), wrangler 4.110.0 (#94). Verified: full `bun run validate` green + docs `astro build` green (47 pages). SKIPPED (need their own migration PRs, not ready with our TS6 toolchain): - #89 dev-toolchain group: contains TypeScript 6->7 (no stable programmatic API until 7.1; breaks proptest + typescript-eslint) and TS7-built sonarjs/eslint. - #93/#99 fast-check 4: breaks the proptest oracle (generation timing).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates the dependabot PRs that are green with our current (TypeScript 6) toolchain, applied surgically (per-package
bun update, lockfile preserved so nothing floats).Included
Verified locally
bun run validate— green (typecheck + lint + format + test + e2e)astro build(docs) — green, 47 pages (proves the astro 6→7 major)Skipped — need their own migration PRs
@typescript/typescript6for tooling + TS7'stscfor the CLI).